home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / main.swf / scripts / DefineButton2_147 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-11-02  |  268b  |  14 lines

  1. on(release){
  2.    _root.seperatePath();
  3.    if(_root.whereFrom != undefined)
  4.    {
  5.       _root.loadPage(_root.whereFrom);
  6.    }
  7.    else
  8.    {
  9.       _root.loadLayer("sawyer");
  10.    }
  11.    _root.generatorArray = undefined;
  12.    _root.questionsWithImages = undefined;
  13. }
  14.